collision clause - определение. Что такое collision clause
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое collision clause - определение

PROPERTY OF CRYPTOGRAPHIC HASH FUNCTIONS
Collision resistant; Collision-resistant
Найдено результатов: 546
Independent clause         
GRAMMATICAL CLAUSE THAT CAN BE A SENTENCE ON ITS OWN
Independent clauses; Main clause; Matrix clause; Principal clause; Main proposition
An independent clause (or main clause) is a clause that can stand by itself as a simple sentence. An independent clause contains a subject and a predicate and makes sense by itself.
main clause         
GRAMMATICAL CLAUSE THAT CAN BE A SENTENCE ON ITS OWN
Independent clauses; Main clause; Matrix clause; Principal clause; Main proposition
¦ noun Grammar a clause that can form a complete sentence standing alone, having a subject and a predicate.
Content clause         
CLAUSE ELABORATED BY A MAIN CLAUSE
That-clause; That clause; Declarative content clause; Interrogative content clause; Noun clause; Direct question; Indirect question; Reported question; Speech report
In grammar, a content clause is a dependent clause that provides content implied or commented upon by an independent clause. The term was coined by Danish linguist Otto Jespersen.
main clause         
GRAMMATICAL CLAUSE THAT CAN BE A SENTENCE ON ITS OWN
Independent clauses; Main clause; Matrix clause; Principal clause; Main proposition
(main clauses)
A main clause is a clause that can stand alone as a complete sentence. Compare subordinate clause
.
N-COUNT
Hash collision         
  • John Smith and Sandra Dee are both being directed to the same cell. Open addressing will cause the hash table to redirect Sandra Dee to another cell.
COMPUTER SCIENCE SITUATION WHERE TWO DATA ELEMENTS SHARE A HASHTAG, CHECKSUM, FINGERPRINT, ETC.
Hash collisions; Hash collision (computer science); Cryptographic hash collision
In computer science, a hash collision or clash is when two pieces of data in a hash table share the same hash value. The hash value in this case is derived from a hash function which takes a data input and returns a fixed length of bits.
indirect question         
CLAUSE ELABORATED BY A MAIN CLAUSE
That-clause; That clause; Declarative content clause; Interrogative content clause; Noun clause; Direct question; Indirect question; Reported question; Speech report
(indirect questions)
An indirect question is the same as a reported question
. (mainly BRIT)
N-COUNT
hash collision         
  • John Smith and Sandra Dee are both being directed to the same cell. Open addressing will cause the hash table to redirect Sandra Dee to another cell.
COMPUTER SCIENCE SITUATION WHERE TWO DATA ELEMENTS SHARE A HASHTAG, CHECKSUM, FINGERPRINT, ETC.
Hash collisions; Hash collision (computer science); Cryptographic hash collision
<programming> (Or "hash clash") When two different keys hash to the same value, i.e. to the same location in a {hash table}. ESR once asked a friend what he expected Berkeley to be like. The friend replied, "Well, I have this mental picture of naked women throwing Molotov cocktails, but I think that's just a collision in my hash tables." [Jargon File] (1995-01-23)
reported question         
CLAUSE ELABORATED BY A MAIN CLAUSE
That-clause; That clause; Declarative content clause; Interrogative content clause; Noun clause; Direct question; Indirect question; Reported question; Speech report
(reported questions)
A reported question is a question which is reported using a clause beginning with a word such as 'why' or 'whether', as in 'I asked her why she'd done it'. (BRIT)
= indirect question
N-COUNT
indirect question         
CLAUSE ELABORATED BY A MAIN CLAUSE
That-clause; That clause; Declarative content clause; Interrogative content clause; Noun clause; Direct question; Indirect question; Reported question; Speech report
¦ noun Grammar a question in reported speech (e.g. they asked who I was).
Ship collision         
STRUCTURAL IMPACT BETWEEN TWO SHIPS OR ONE SHIP AND A FLOATING OR STILL OBJECT SUCH AS AN ICEBERG
Ship strike; Vessel collision
Ship collision is the structural impact between two ships or one ship and a floating or still object such as an iceberg.Database Of Ship Collisions With Icebergs Ship collisions are of particular importance in marine accidents.

Википедия

Collision resistance

In cryptography, collision resistance is a property of cryptographic hash functions: a hash function H is collision-resistant if it is hard to find two inputs that hash to the same output; that is, two inputs a and b where ab but H(a) = H(b).: 136  The pigeonhole principle means that any hash function with more inputs than outputs will necessarily have such collisions;: 136  the harder they are to find, the more cryptographically secure the hash function is.

The "birthday paradox" places an upper bound on collision resistance: if a hash function produces N bits of output, an attacker who computes only 2N/2 (or 2 N {\displaystyle \scriptstyle {\sqrt {2^{N}}}} ) hash operations on random input is likely to find two matching outputs. If there is an easier method to do this than brute-force attack, it is typically considered a flaw in the hash function.

Cryptographic hash functions are usually designed to be collision resistant. However, many hash functions that were once thought to be collision resistant were later broken. MD5 and SHA-1 in particular both have published techniques more efficient than brute force for finding collisions. However, some hash functions have a proof that finding collisions is at least as difficult as some hard mathematical problem (such as integer factorization or discrete logarithm). Those functions are called provably secure.